/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2212                                  |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    arch        "LSB;label=32;scalar=64";
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

5
(
    inlet
    {
        type            patch;
        nFaces          75;
        startFace       89374;
    }
    ground
    {
        type            wall;
        nFaces          751;
        startFace       89449;
    }
    outlet
    {
        type            patch;
        nFaces          75;
        startFace       90200;
    }
    sides
    {
        type            empty;
        nFaces          90126;
        startFace       90275;
    }
    top
    {
        type            patch;
        nFaces          603;
        startFace       180401;
    }
)

// ************************************************************************* //
